home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / sockv2 / fileview.dfm / fileview.txt
Text File  |  1995-12-22  |  2KB  |  95 lines

  1. object ViewDLG: TViewDLG
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 175
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 153
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 24
  28.     Top = 23
  29.     Width = 98
  30.     Height = 13
  31.     Caption = 'Filename to Get: '
  32.   end
  33.   object OKBtn: TBitBtn
  34.     Left = 300
  35.     Top = 8
  36.     Width = 77
  37.     Height = 27
  38.     TabOrder = 2
  39.     Kind = bkOK
  40.     Margin = 2
  41.     Spacing = -1
  42.     IsControl = True
  43.   end
  44.   object CancelBtn: TBitBtn
  45.     Left = 300
  46.     Top = 40
  47.     Width = 77
  48.     Height = 27
  49.     TabOrder = 3
  50.     Kind = bkCancel
  51.     Margin = 2
  52.     Spacing = -1
  53.     IsControl = True
  54.   end
  55.   object FileName: TEdit
  56.     Left = 125
  57.     Top = 19
  58.     Width = 121
  59.     Height = 20
  60.     TabOrder = 0
  61.   end
  62.   object GroupBox1: TGroupBox
  63.     Left = 37
  64.     Top = 56
  65.     Width = 209
  66.     Height = 81
  67.     Caption = 'Transfer Mode'
  68.     TabOrder = 1
  69.     object rbASCII: TRadioButton
  70.       Left = 24
  71.       Top = 13
  72.       Width = 113
  73.       Height = 17
  74.       Caption = 'ASCII'
  75.       TabOrder = 0
  76.     end
  77.     object rbBINARY: TRadioButton
  78.       Left = 24
  79.       Top = 55
  80.       Width = 113
  81.       Height = 17
  82.       Caption = 'Binary'
  83.       TabOrder = 2
  84.     end
  85.     object rbEBCDIC: TRadioButton
  86.       Left = 24
  87.       Top = 34
  88.       Width = 113
  89.       Height = 17
  90.       Caption = 'EBCDIC'
  91.       TabOrder = 1
  92.     end
  93.   end
  94. end
  95.